; * doc/lispref/variables.texi (Default Value): Update.
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 13 May 2025 11:07:09 +0000 (12:07 +0100)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 13 May 2025 11:07:42 +0000 (12:07 +0100)
Frame-local variables have been removed.

doc/lispref/variables.texi

index bc930784262f932014de557a1026829e8f36dec0..c11d93d4be4286ee1dd68335df08a7fc9ee7a4b8 100644 (file)
@@ -1791,8 +1791,8 @@ came from or how to save it, rather than with how to edit the contents.
 
   The global value of a variable with buffer-local bindings is also
 called the @dfn{default} value, because it is the value that is in
-effect whenever neither the current buffer nor the selected frame has
-its own binding for the variable.
+effect whenever the current buffer lacks its own binding for the
+variable.
 
   The functions @code{default-value} and @code{setq-default} access and
 change a variable's default value regardless of whether the current